home *** CD-ROM | disk | FTP | other *** search
- Path: lore.cs.purdue.edu!cookca
- From: ** Craig Cook ** <cookca@cs.purdue.edu>
- Newsgroups: comp.lang.c
- Subject: Strcat Doesn't work for this?
- Date: Thu, 11 Jan 1996 15:20:30 -0500
- Organization: Purdue University
- Message-ID: <Pine.SOL.3.91.960111151925.25068C-100000@lore.cs.purdue.edu>
- NNTP-Posting-Host: lore.cs.purdue.edu
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=US-ASCII
-
- Here is my excerpt of code in question:
-
-
- Putword(int w, char *imageChar)
- {
- w = (w & 0xff);
- strcat( imageChar, (const char *)w );
-
- }
-
- Why does it core dump? It should work right?
-
- Craig
- ,,,
- (o o)
- -------------=={{ cookca@.cs.purdue.edu}}==-----------ooO-(_)-Ooo-------
-
-